home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / agrepsrc.zoo / checkfil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-19  |  182 b   |  9 lines

  1. #define NOSUCHFILE -3
  2. #define OPENFAILED -2
  3. #define STATFAILED -1
  4. #define ISASCIIFILE 0
  5. #define ISDIRECTORY 1
  6. #define ISBLOCKFILE 2
  7. #define ISSOCKET 3
  8. #define ISBINARYFILE 4
  9.